DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1CacheDataCollection<T> Class / ItemUnloaded Event

In This Topic
    ItemUnloaded Event
    In This Topic
    Occurs when an item is removed from the cache.
    Syntax
    Event Data

    The event handler receives an argument of type CacheDataCollectionItemEventArgs<T> containing data related to this event. The following CacheDataCollectionItemEventArgs<T> properties provide information specific to this event.

    PropertyDescription
    Gets the index of the item.  
    Gets the item.  
    See Also